Changed an .any() call with double negatives into a more readable .all().
authorJames Bendig <jbendig@starbytesoftware.com>
Fri, 10 Feb 2017 18:59:39 +0000 (12:59 -0600)
committerJames Bendig <jbendig@starbytesoftware.com>
Fri, 10 Feb 2017 18:59:39 +0000 (12:59 -0600)
commit492d8a0433ec111d334b7641b012f80317f37983
treed5b5296ad12f336162e753a7a843ca90b248aae3
parent463644b3210f5102c4c1431bec3521734e04d88a
Changed an .any() call with double negatives into a more readable .all().
src/cargo/ops/cargo_compile.rs